crypto/sha1.digest.AppendBinary (method, view implemented interface methods)

2 uses

	crypto/sha1 (current package)
		sha1.go#L53: 	return d.AppendBinary(make([]byte, 0, marshaledSize))
		sha1.go#L56: func (d *digest) AppendBinary(b []byte) ([]byte, error) {